github.com/klauspost/compress/flate.fastGen.matchlen (method)
12 uses
github.com/klauspost/compress/flate (current package)
fast_encoder.go#L137: func (e *fastGen) matchlen(s, t int32, src []byte) int32 {
level5.go#L122: l = e.matchlen(s+4, t+4, src) + 4
level5.go#L123: ml1 := e.matchlen(s+4, t2+4, src) + 4
level5.go#L145: l = e.matchlen(s+4, t+4, src) + 4
level5.go#L157: ml := e.matchlen(nextS+4, t2+4, src) + 4
level5.go#L168: ml := e.matchlen(nextS+4, t2+4, src) + 4
level6.go#L127: l = e.matchlen(s+4, t+4, src) + 4
level6.go#L128: ml1 := e.matchlen(s+4, t2+4, src) + 4
level6.go#L151: l = e.matchlen(s+4, t+4, src) + 4
level6.go#L165: ml := e.matchlen(s+4+repOff, t2+4, src) + 4
level6.go#L179: ml := e.matchlen(nextS+4, t2+4, src) + 4
level6.go#L190: ml := e.matchlen(nextS+4, t2+4, src) + 4
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |